'Declaration Public Function New( _
ByVal nameThe profile name.As System.String, _
ByVal ParamArray processingCommandsAn array that contains nested processing commands.As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
)
public PdfDocumentConverter(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> processingCommands
)
public: PdfDocumentConverter(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* processingCommands
)
public:
PdfDocumentConverter(
System.String name,
... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- The profile name.
- processingCommands
- An array that contains nested processing commands.